home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / query40d.zip / Readme.txt < prev   
Text File  |  1997-06-18  |  3KB  |  68 lines

  1. How to Implement QueryToolsPro 1.0 for 32 bit VB 4.0 & 5.0 in your project
  2.  
  3. 1. Add Lookup.bas to your project
  4. 2. Add FrmLookup.frm to your project
  5.  
  6. To call frmlookup.frm for a lookup include the following code in the call
  7.  
  8.   Call LookupField(datPrimaryRS, _
  9.         datPrimaryRS.Recordset.Fields("CustomerId"), _
  10.         DatCustomerRs.Recordset.Fields("CustomerId"), _     frmCustomers)
  11.  
  12. Vbuilder Form Template is compatible with 32 bit VB 4.0 and VB 5.0 Professional.  To Run this demo program you must have VB 4.0 present.  If you are running VB 5.0 and VB 4.0  on the SAME
  13. Machine, the program may not run properly.  If only have VB 6.0, you can download our VB 5.0 demo from
  14. Our web site at vbuilder.com.  
  15.  
  16. VBuilder Lookup & Query Template Features
  17.  
  18.     1. Perform a field lookup with a single function call.
  19.     2. Ability to Select, Add or Edit Records during a lookup.
  20.     3. Sort and full query capabilities built-in to the lookup form.
  21.     4. works with DBGrid or TrueGrid.
  22.     5. supports lookups for unrelated data files.
  23.     6. end user friendly interfaces.
  24.     7. retain and modify queries.
  25.     8. creates Crystal Report selection criteria.
  26.         9. Print or process queried results.
  27.        10. All source code included. 
  28.  
  29. The LookUp Template is easy to implement in your project. 
  30. You just Add our lookup.bas and look.frm to your project and your ready to
  31. Start using LookUp.
  32.  
  33.  
  34. About the lookup example
  35. The Lookup Form can be called by a single procedure from almost anywhere.  You can display Data from the lookup form while linking the files by  a different field.
  36.  
  37. In the demonstration program we used the version of DBGRID that comes with the VB 40 Professional version Of VB 4.0.  In TrueGrid and in VB 5.0  you can call the Lookup Form from a button on the grid Instead of using a Double Click.
  38.  
  39. About the Query examples
  40. The Lookup Form can be called as a straight query, from a form or anywhere else.  Example 1
  41. Demonstrates calling query from a form.  Example 2 demonstrates calling query from a button.
  42.  
  43.  
  44. Ordering Information
  45.  
  46. Available payment methods are:  Visa, MasterCard, Discover, American Express, UPS COD, or Checks.  
  47.  
  48. To Place an Order, send the following to the address given below or Email:
  49. Credit Card Number, Expiration Date, Name, Phone and Email Address (Internet or CIS) and start benefiting from MultiPage Express. 
  50.  
  51. V Builder Software Inc
  52. 12307 S Harlem Ave, Suite 17
  53. Palos Heights IL 60463
  54. Phone 708 923 9999
  55. Fax 708 923 0207 
  56. Email Internet sales@vbuilder.com CompuServe 75330,404
  57.  
  58. Price $29.00 
  59.  
  60. UPS COD orders must add $10.00 per order.
  61. Add $5.00 for US Postal Service Delivery of a 3.5 diskette.
  62.  
  63. Orders outside the US and Canada not paying with a credit card or requiring a disk must contact sales@vbuilder.com for specific pricing. Please contact us for site license or multiple copy pricing.
  64.  
  65. All prices are in US Dollars
  66.  
  67. Please note charges to your credit card will appear on your statement from
  68. C3 Development